Home
last modified time | relevance | path

Searched refs:YY (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/utctime/
A Dder_encode_utctime.c55 STORE_V(utctime->YY); in der_encode_utctime()
A Dder_decode_utctime.c87 DECODE_V(out->YY, 100); in der_decode_utctime()
/optee_os/lib/libmbedtls/mbedtls/library/
A Decp.c2748 mbedtls_mpi YY, RHS; in ecp_check_pubkey_sw() local
2757 mbedtls_mpi_init( &YY ); mbedtls_mpi_init( &RHS ); in ecp_check_pubkey_sw()
2763 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mod( grp, &YY, &pt->Y, &pt->Y ) ); in ecp_check_pubkey_sw()
2779 if( mbedtls_mpi_cmp_mpi( &YY, &RHS ) != 0 ) in ecp_check_pubkey_sw()
2784 mbedtls_mpi_free( &YY ); mbedtls_mpi_free( &RHS ); in ecp_check_pubkey_sw()
/optee_os/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_pk.h754 unsigned YY, /* year */ member

Completed in 13 milliseconds