Home
last modified time | relevance | path

Searched refs:crypto_bignum_free (Results 1 – 21 of 21) sorted by relevance

/optee_os/core/lib/libtomcrypt/
A Ddsa.c33 crypto_bignum_free(s->g); in crypto_acipher_alloc_dsa_keypair()
34 crypto_bignum_free(s->p); in crypto_acipher_alloc_dsa_keypair()
35 crypto_bignum_free(s->q); in crypto_acipher_alloc_dsa_keypair()
36 crypto_bignum_free(s->y); in crypto_acipher_alloc_dsa_keypair()
55 crypto_bignum_free(s->g); in crypto_acipher_alloc_dsa_public_key()
56 crypto_bignum_free(s->p); in crypto_acipher_alloc_dsa_public_key()
57 crypto_bignum_free(s->q); in crypto_acipher_alloc_dsa_public_key()
A Ddh.c31 crypto_bignum_free(s->g); in crypto_acipher_alloc_dh_keypair()
32 crypto_bignum_free(s->p); in crypto_acipher_alloc_dh_keypair()
33 crypto_bignum_free(s->y); in crypto_acipher_alloc_dh_keypair()
34 crypto_bignum_free(s->x); in crypto_acipher_alloc_dh_keypair()
A Drsa.c122 crypto_bignum_free(s->e); in crypto_acipher_alloc_rsa_public_key()
130 crypto_bignum_free(s->n); in crypto_acipher_free_rsa_public_key()
131 crypto_bignum_free(s->e); in crypto_acipher_free_rsa_public_key()
138 crypto_bignum_free(s->e); in crypto_acipher_free_rsa_keypair()
139 crypto_bignum_free(s->d); in crypto_acipher_free_rsa_keypair()
140 crypto_bignum_free(s->n); in crypto_acipher_free_rsa_keypair()
141 crypto_bignum_free(s->p); in crypto_acipher_free_rsa_keypair()
142 crypto_bignum_free(s->q); in crypto_acipher_free_rsa_keypair()
143 crypto_bignum_free(s->qp); in crypto_acipher_free_rsa_keypair()
144 crypto_bignum_free(s->dp); in crypto_acipher_free_rsa_keypair()
[all …]
A Decc.c21 crypto_bignum_free(s->x); in _ltc_ecc_free_public_key()
22 crypto_bignum_free(s->y); in _ltc_ecc_free_public_key()
436 crypto_bignum_free(s->d); in crypto_asym_alloc_ecc_keypair()
437 crypto_bignum_free(s->x); in crypto_asym_alloc_ecc_keypair()
485 crypto_bignum_free(s->x); in crypto_asym_alloc_ecc_public_key()
A Dmpi_desc.c766 void crypto_bignum_free(struct bignum *s) in crypto_bignum_free() function
/optee_os/core/drivers/crypto/se050/core/
A Drsa.c495 crypto_bignum_free(s->e); in do_alloc_keypair()
496 crypto_bignum_free(s->d); in do_alloc_keypair()
497 crypto_bignum_free(s->n); in do_alloc_keypair()
498 crypto_bignum_free(s->p); in do_alloc_keypair()
499 crypto_bignum_free(s->q); in do_alloc_keypair()
500 crypto_bignum_free(s->qp); in do_alloc_keypair()
545 crypto_bignum_free(s->e); in do_free_keypair()
546 crypto_bignum_free(s->d); in do_free_keypair()
547 crypto_bignum_free(s->n); in do_free_keypair()
548 crypto_bignum_free(s->p); in do_free_keypair()
[all …]
A Decc.c641 crypto_bignum_free(s->d); in do_alloc_keypair()
642 crypto_bignum_free(s->x); in do_alloc_keypair()
643 crypto_bignum_free(s->y); in do_alloc_keypair()
657 crypto_bignum_free(s->x); in do_alloc_publickey()
658 crypto_bignum_free(s->y); in do_alloc_publickey()
667 crypto_bignum_free(s->x); in do_free_publickey()
668 crypto_bignum_free(s->y); in do_free_publickey()
/optee_os/lib/libmbedtls/core/
A Ddh.c38 crypto_bignum_free(s->g); in crypto_acipher_alloc_dh_keypair()
39 crypto_bignum_free(s->p); in crypto_acipher_alloc_dh_keypair()
40 crypto_bignum_free(s->y); in crypto_acipher_alloc_dh_keypair()
41 crypto_bignum_free(s->x); in crypto_acipher_alloc_dh_keypair()
A Drsa.c176 crypto_bignum_free(s->e); in crypto_acipher_alloc_rsa_public_key()
184 crypto_bignum_free(s->n); in crypto_acipher_free_rsa_public_key()
185 crypto_bignum_free(s->e); in crypto_acipher_free_rsa_public_key()
192 crypto_bignum_free(s->e); in crypto_acipher_free_rsa_keypair()
193 crypto_bignum_free(s->d); in crypto_acipher_free_rsa_keypair()
194 crypto_bignum_free(s->n); in crypto_acipher_free_rsa_keypair()
195 crypto_bignum_free(s->p); in crypto_acipher_free_rsa_keypair()
196 crypto_bignum_free(s->q); in crypto_acipher_free_rsa_keypair()
197 crypto_bignum_free(s->qp); in crypto_acipher_free_rsa_keypair()
198 crypto_bignum_free(s->dp); in crypto_acipher_free_rsa_keypair()
[all …]
A Decc.c43 crypto_bignum_free(s->x); in ecc_free_public_key()
44 crypto_bignum_free(s->y); in ecc_free_public_key()
414 crypto_bignum_free(s->d); in crypto_asym_alloc_ecc_keypair()
415 crypto_bignum_free(s->x); in crypto_asym_alloc_ecc_keypair()
482 crypto_bignum_free(s->x); in crypto_asym_alloc_ecc_public_key()
A Dbignum.c90 void crypto_bignum_free(struct bignum *s) in crypto_bignum_free() function
/optee_os/core/drivers/crypto/caam/acipher/
A Dcaam_dsa.c312 crypto_bignum_free(key->g); in do_allocate_keypair()
313 crypto_bignum_free(key->p); in do_allocate_keypair()
314 crypto_bignum_free(key->q); in do_allocate_keypair()
315 crypto_bignum_free(key->x); in do_allocate_keypair()
361 crypto_bignum_free(key->g); in do_allocate_publickey()
362 crypto_bignum_free(key->p); in do_allocate_publickey()
363 crypto_bignum_free(key->q); in do_allocate_publickey()
A Dcaam_rsa.c89 crypto_bignum_free(key->e); in do_free_keypair()
90 crypto_bignum_free(key->d); in do_free_keypair()
91 crypto_bignum_free(key->n); in do_free_keypair()
92 crypto_bignum_free(key->p); in do_free_keypair()
93 crypto_bignum_free(key->q); in do_free_keypair()
94 crypto_bignum_free(key->qp); in do_free_keypair()
95 crypto_bignum_free(key->dp); in do_free_keypair()
96 crypto_bignum_free(key->dq); in do_free_keypair()
438 crypto_bignum_free(key->e); in do_allocate_publickey()
439 crypto_bignum_free(key->n); in do_allocate_publickey()
[all …]
A Dcaam_dh.c198 crypto_bignum_free(key->g); in do_allocate_keypair()
199 crypto_bignum_free(key->p); in do_allocate_keypair()
200 crypto_bignum_free(key->x); in do_allocate_keypair()
201 crypto_bignum_free(key->y); in do_allocate_keypair()
A Dcaam_ecc.c172 crypto_bignum_free(key->d); in do_allocate_keypair()
173 crypto_bignum_free(key->x); in do_allocate_keypair()
207 crypto_bignum_free(key->x); in do_allocate_publickey()
219 crypto_bignum_free(key->x); in do_free_publickey()
220 crypto_bignum_free(key->y); in do_free_publickey()
/optee_os/core/include/crypto/
A Dcrypto.h100 void crypto_bignum_free(struct bignum *a);
/optee_os/core/crypto/
A Dcrypto.c498 void crypto_bignum_free(struct bignum *a) in crypto_bignum_free() function
/optee_os/core/tee/
A Dtee_svc_cryp.c766 crypto_bignum_free(*bn); in op_attr_bignum_free()
3002 crypto_bignum_free(pub); in syscall_cryp_derive_key()
3003 crypto_bignum_free(ss); in syscall_cryp_derive_key()
/optee_os/out/arm/core/
A Dtee.symb_sizes1502 000000000e1361c4 0000000000000024 T crypto_bignum_free
A Dtee.dmp53237 e1223f0: 94004f75 bl e1361c4 <crypto_bignum_free>
56547 e124814: 9400466c bl e1361c4 <crypto_bignum_free>
56550 e12481c: 9400466a bl e1361c4 <crypto_bignum_free>
76379 e1318e0: 94001239 bl e1361c4 <crypto_bignum_free>
76382 e1318e8: 94001237 bl e1361c4 <crypto_bignum_free>
76385 e1318f0: 94001235 bl e1361c4 <crypto_bignum_free>
77207 e1321f4: 14000ff4 b e1361c4 <crypto_bignum_free>
78097 e132bcc: 14000d7e b e1361c4 <crypto_bignum_free>
78136 e132c2c: 14000d66 b e1361c4 <crypto_bignum_free>
83055 000000000e1361c4 <crypto_bignum_free>:
[all …]
A Dtee.map23748 .text.crypto_bignum_free
23750 0x000000000e1361c4 crypto_bignum_free

Completed in 243 milliseconds