Home
last modified time | relevance | path

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

/dports/www/nginx-full/njs-0.7.1/external/
H A Dnjs_webcrypto_module.c127 static njs_webcrypto_algorithm_t *njs_key_algorithm(njs_vm_t *vm,
512 alg = njs_key_algorithm(vm, options); in njs_ext_cipher()
1275 alg = njs_key_algorithm(vm, aobject); in njs_ext_derive()
1305 dalg = njs_key_algorithm(vm, dobject); in njs_ext_derive()
1699 alg = njs_key_algorithm(vm, options); in njs_ext_import_key()
1989 alg = njs_key_algorithm(vm, options); in njs_ext_sign()
2353 njs_key_algorithm(njs_vm_t *vm, njs_value_t *options) in njs_key_algorithm() function