Home
last modified time | relevance | path

Searched refs:ca (Results 1 – 3 of 3) sorted by relevance

/optee_os-3.20.0/core/drivers/crypto/caam/cipher/
A Dcaam_cipher.c248 const struct cipheralg *ca = NULL; in get_cipheralgo() local
255 ca = &aes_alg[algo_md]; in get_cipheralgo()
260 ca = &des_alg[algo_md]; in get_cipheralgo()
265 ca = &des3_alg[algo_md]; in get_cipheralgo()
272 if (ca && ca->type) in get_cipheralgo()
273 return ca; in get_cipheralgo()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dx509_crt.c2338 static int x509_crt_verifycrl( mbedtls_x509_crt *crt, mbedtls_x509_crt *ca, in x509_crt_verifycrl() argument
2346 if( ca == NULL ) in x509_crt_verifycrl()
2352 x509_name_cmp( &crl_list->issuer, &ca->subject ) != 0 ) in x509_crt_verifycrl()
2362 if( mbedtls_x509_crt_check_key_usage( ca, in x509_crt_verifycrl()
2387 if( x509_profile_check_key( profile, &ca->pk ) != 0 ) in x509_crt_verifycrl()
2390 if( mbedtls_pk_verify_ext( crl_list->sig_pk, crl_list->sig_opts, &ca->pk, in x509_crt_verifycrl()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DChangeLog4538 * Rewrote README.txt in program/ssl/ca to better explain

Completed in 13 milliseconds