Searched refs:crypto_bignum_free (Results 1 – 21 of 21) sorted by relevance
33 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()
31 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()
122 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 …]
21 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()
766 void crypto_bignum_free(struct bignum *s) in crypto_bignum_free() function
495 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 …]
641 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()
38 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()
176 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 …]
43 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()
90 void crypto_bignum_free(struct bignum *s) in crypto_bignum_free() function
312 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()
89 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 …]
198 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()
172 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()
100 void crypto_bignum_free(struct bignum *a);
498 void crypto_bignum_free(struct bignum *a) in crypto_bignum_free() function
766 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()
1502 000000000e1361c4 0000000000000024 T crypto_bignum_free
53237 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 …]
23748 .text.crypto_bignum_free23750 0x000000000e1361c4 crypto_bignum_free
Completed in 243 milliseconds