Searched refs:load (Results 1 – 15 of 15) sorted by relevance
| /crypto/store/ |
| A D | store_register.c | 110 loader->load = load_function; in OSSL_STORE_LOADER_set_load() 185 if (loader->open == NULL || loader->load == NULL || loader->eof == NULL in ossl_store_register_loader_int() 220 template.load = NULL; in ossl_store_get0_loader_int() 252 template.load = NULL; in ossl_store_unregister_loader_int()
|
| A D | store_local.h | 92 OSSL_STORE_load_fn load; member
|
| A D | store_lib.c | 453 v = ctx->loader->load(ctx->loader_ctx, in OSSL_STORE_load()
|
| /crypto/evp/ |
| A D | keymgmt_meth.c | 141 if (keymgmt->load == NULL) in keymgmt_from_algorithm() 142 keymgmt->load = OSSL_FUNC_keymgmt_load(fns); in keymgmt_from_algorithm() 248 && keymgmt->load == NULL) in keymgmt_from_algorithm() 480 return keymgmt != NULL && keymgmt->load != NULL; in evp_keymgmt_has_load() 487 return keymgmt->load(objref, objref_sz); in evp_keymgmt_load()
|
| A D | evp_local.h | 124 OSSL_FUNC_keymgmt_load_fn *load; member
|
| /crypto/err/ |
| A D | README.md | 41 The generated C error code file `xxx_err.c` will load the header 43 header file must load any additional header files containing any
|
| A D | openssl.txt | 592 DSO_R_LOAD_FAILED:103:could not load the shared library 705 ENGINE_R_NO_LOAD_FUNCTION:125:no load function 1187 PROV_R_UNABLE_TO_LOAD_SHA256:147:unable to load sha256 1682 SSL_R_UNABLE_TO_LOAD_SSL3_MD5_ROUTINES:242:unable to load ssl3 md5 routines 1683 SSL_R_UNABLE_TO_LOAD_SSL3_SHA1_ROUTINES:243:unable to load ssl3 sha1 routines 1731 TS_R_CANNOT_LOAD_CERT:137:cannot load certificate 1732 TS_R_CANNOT_LOAD_KEY:138:cannot load private key
|
| /crypto/ |
| A D | sparccpuid.S | 339 .word 0xc1985e00 !ldda [%g1]0xf0,%f0 ! block load 352 .word 0xc1985e00 !ldda [%g1]0xf0,%f0 ! block load 379 .word 0xc1985e00 !ldda [%g1]0xf0,%f0 ! block load 393 .word 0xc1985e00 !ldda [%g1]0xf0,%f0 ! block load
|
| /crypto/poly1305/asm/ |
| A D | poly1305-x86.pl | 473 my $load = shift; 490 &$load ($T1,5); # s1 494 &$load ($T2,2); # r2^n 503 &$load ($T2,6); # s2^n 510 &$load ($T1,3); # r3^n 516 &$load ($T0,7); # s3^n 526 &$load ($T0,4); # r4^n 529 &$load ($T1,8); # s4^n
|
| /crypto/des/asm/ |
| A D | des_enc.m4 | 11 ! cc compiler. The UltraSPARC load/store little endian feature is used. 125 ! parameter 9 1 for load ks3 and ks2 to in4 and in3 527 ! parameter 4 1 for load input/output address to local5/7 618 ! parameter 5 1: load ks1/ks2 to in3/in4, add 120 to in4 1308 ! parameter 9 1 for load ks3 and ks2 to in4 and in3 1353 ! parameter 9 1 for load ks3 and ks2 to in4 and in3 1440 ! parameter 5 1: load ks1/ks2 to in3/in4, add 120 to in4 1478 add in2, 8, local1 ! bytes to load 1642 ! parameter 5 1: load ks1/ks2 to in3/in4, add 120 to in4 1681 add in2, 8, local1 ! bytes to load [all …]
|
| /crypto/aes/asm/ |
| A D | bsaes-armv8.pl | 1059 ldr q15, [x4] // load IV 1250 ldr q0, [x1] // load result 1307 ldr q0, [x4] // load counter 1309 ldr q4, [sp] // load round0 key 1332 ldr q8, [sp] // load round0 key 1436 ldr q1, [x4] // load whole counter value
|
| /crypto/chacha/asm/ |
| A D | chacha-armv8-sve.pl | 261 sub load() { subroutine 524 &load(@xt[0],@xt[1],@xt[2],@xt[3],@xt[4],@xt[5],@xt[6],@xt[7]); 535 &load(@xt[0],@xt[1],@xt[2],@xt[3],@xt[4],@xt[5],@xt[6],@xt[7]);
|
| /crypto/conf/ |
| A D | conf_lib.c | 258 return conf->meth->load(conf, file, eline); in NCONF_load()
|
| /crypto/sm3/asm/ |
| A D | sm3-riscv64-zbb.pl | 71 sub load { subroutine
|
| /crypto/engine/ |
| A D | README.md | 131 mostly to avoid a lot of "init()"-thrashing on ENGINEs (that may have to load
|
Completed in 41 milliseconds