Searched refs:def (Results 1 – 4 of 4) sorted by relevance
107 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 …]
9 #define DEFINE(def, val) \ argument10 asm volatile("\n.ascii \"==>" #def " %c0 " #val "\"" : : "i" (val));
152 static enum caam_status do_check_keysize(const struct caamdefkey *def, in do_check_keysize() argument155 if (size >= def->min && size <= def->max && !(size % def->mod)) in do_check_keysize()
398 00017def l O .rodata 00000015 __func__.0
Completed in 84 milliseconds