Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
A Dcipher.c107 def = mbedtls_cipher_definitions; in mbedtls_cipher_list()
110 while( def->type != 0 ) in mbedtls_cipher_list()
111 *type++ = (*def++).type; in mbedtls_cipher_list()
126 for( def = mbedtls_cipher_definitions; def->info != NULL; def++ ) in mbedtls_cipher_info_from_type()
127 if( def->type == cipher_type ) in mbedtls_cipher_info_from_type()
128 return( def->info ); in mbedtls_cipher_info_from_type()
141 for( def = mbedtls_cipher_definitions; def->info != NULL; def++ ) in mbedtls_cipher_info_from_string()
143 return( def->info ); in mbedtls_cipher_info_from_string()
155 for( def = mbedtls_cipher_definitions; def->info != NULL; def++ ) in mbedtls_cipher_info_from_values()
158 def->info->mode == mode ) in mbedtls_cipher_info_from_values()
[all …]
/optee_os/core/include/
A Dgen-asm-defines.h9 #define DEFINE(def, val) \ argument
10 asm volatile("\n.ascii \"==>" #def " %c0 " #val "\"" : : "i" (val));
/optee_os/core/drivers/crypto/caam/cipher/
A Dcaam_cipher.c152 static enum caam_status do_check_keysize(const struct caamdefkey *def, in do_check_keysize() argument
155 if (size >= def->min && size <= def->max && !(size % def->mod)) in do_check_keysize()
/optee_os/out/arm/ta/pkcs11/
A Dfd02c9da-306c-48c7-a49c-bbd827ae86ee.dmp398 00017def l O .rodata 00000015 __func__.0

Completed in 84 milliseconds